Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.liveconnect.google.drive.core.GoogleDriveComponent--configuration

This contribution is part of XML component org.nuxeo.ecm.liveconnect.google.drive.core.GoogleDriveComponent inside nuxeo-liveconnect-google-drive-core-9.10.jar /OSGI-INF/googledrive-config.xml

Extension Point

Extension point configuration of component BlobManager.

Contributed Items

  • <blobprovider name="googledrive">
          <class>org.nuxeo.ecm.liveconnect.google.drive.GoogleDriveBlobProvider</class>
          <property name="serviceAccountId"/>
          <property name="serviceAccountP12Path"/>
          <property name="clientId"/>
        </blobprovider>

XML Source

<extension point="configuration" target="org.nuxeo.ecm.core.blob.BlobManager">
    <blobprovider name="googledrive">
      <class>org.nuxeo.ecm.liveconnect.google.drive.GoogleDriveBlobProvider</class>
      <property name="serviceAccountId"/>
      <property name="serviceAccountP12Path"/>
      <property name="clientId"/>
    </blobprovider>
  </extension>